ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1SortCollectionView<T> Class / SortAsync Method
The sort descriptions that determine how the data will be sort.

In This Topic
    SortAsync Method (C1SortCollectionView<T>)
    In This Topic
    Sorts the collection view according to the specified sort descriptions.
    Syntax
    'Declaration
     
    Public Overrides Function SortAsync( _
       ByVal ParamArray sortDescriptions() As SortDescription _
    ) As System.Threading.Tasks.Task
    public override System.Threading.Tasks.Task SortAsync( 
       params SortDescription[] sortDescriptions
    )

    Parameters

    sortDescriptions
    The sort descriptions that determine how the data will be sort.
    See Also